projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f717af8
)
(Ftrack_mouse): Add usage: string to doc string.
author
Miles Bader
<miles@gnu.org>
Sun, 21 Oct 2001 15:23:58 +0000
(15:23 +0000)
committer
Miles Bader
<miles@gnu.org>
Sun, 21 Oct 2001 15:23:58 +0000
(15:23 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 23b1f0d5b57ac6d2f70267db9fc7119480752a1b..edeccde7fed828218d76e2f0f141f755c999f6d9 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-3113,7
+3113,8
@@
DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0,
"Evaluate BODY with mouse movement events enabled.\n\
Within a `track-mouse' form, mouse motion generates input events that\n\
you can read with `read-event'.\n\
-Normally, mouse motion is ignored.")
+Normally, mouse motion is ignored.\n\
+usage: (track-mouse BODY ...)")
(args)
Lisp_Object args;
{